home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-09-12 | 739 b | 29 lines | [TEXT/MPS ] |
- # File: Leaks.make
- # Target: Leaks
- # Sources: Leaks.a Leaks.p
- # Created: Tuesday, October 16, 1990 7:56:42 PM
- #
- # Note that the link order is important. If you link something else first,
- # it will barf in the BuildDcmd.
- #
- # 5/23/91: changed the Link statement for the MPW 3.2 version of libraries.
-
- Leaks.p.o ƒ Leaks.make Leaks.p
- Pascal Leaks.p
- Leaks.a.o ƒ Leaks.make Leaks.a
- Asm Leaks.a
- dcmdGlue.a.o ƒ dcmdGlue.a
- asm -o dcmdGlue.a.o dcmdGlue.a
-
- SOURCES = Leaks.a Leaks.p
- OBJECTS = dcmdGlue.a.o Leaks.a.o Leaks.p.o
-
- Leaks ƒ Leaks.make {OBJECTS}
- Link -sg Main=PASLIB,%A5INIT ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o ∂
- -o Leaks
- BuildDcmd Leaks 45115
-